I've been making a lot of searches on internet and here on forum and i can't find a solution or a reason for my problem.
This is my setup:
Mikrotik Router CCR1036-12G-4S with the latest RouterOS version installed.
2 BGP sessions to 2 providers (one is ethernet with VLan and the other is on a GRE tunnel).
My own AS with a /22 ip space.
The Mikrotik config, apart the BGP sessions is the factory default. The BGP routes are all discarded and i have a default route configured to my 1st provider.
No firewall rules are configured.
On the LAN side i have a basic switch and some servers.
On any server, if i try to download or access a HTTP website, it works perfectly well.
My problem is when i try to access a HTTPS website...
Example trying to download a speedtest script:
Code: Select all
~]# wget -O - https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py | python
--2018-06-17 09:18:04-- https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 151.101.0.133, 151.101.64.133, 151.101.128.133, ...
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|151.101.0.133|:443... connected.
I already tried to setup a change of MSS on mangle with no luck.
I verified all interfaces and all are set to 1500 MTU.
Hope someone can point me to the right direction to solve this out.
Best regards