Navigation

    Netgate Discussion Forum
    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search

    No HTTPS or SSL over established connection?

    OpenVPN
    1
    1
    1754
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • M
      mbmb last edited by

      This is not an issue anymore… Sorry, forget about it!  ::)

      Solution: (AON and NAT rule)
      http://forum.pfsense.org/index.php/topic,8773.0.html

      I have a strange problem

      I have setup my pfsense as a OpenVPN client towards a public VPN provider.
      The connection is established and everything looks Ok, I can surf the web, but here's the problem:
      I can't connect to anything using SSL?, can't connect to sites using https or mail using SSL.

      client config:

      dev ovpnc1
      dev-type tap
      dev-node /dev/tap1
      writepid /var/run/openvpn_client1.pid
      #user nobody
      #group nobody
      script-security 3
      daemon
      keepalive 10 60
      ping-timer-rem
      persist-tun
      persist-key
      proto udp
      cipher BF-CBC
      up /usr/local/sbin/ovpn-linkup
      down /usr/local/sbin/ovpn-linkdown
      local XX.XX.XX.XX
      engine cryptodev
      tls-client
      client
      lport 52123
      management /var/etc/openvpn/client1.sock unix
      remote someprovider.com 21000
      ca /var/etc/openvpn/client1.ca
      cert /var/etc/openvpn/client1.cert
      key /var/etc/openvpn/client1.key
      comp-lzo
      resolv-retry infinite
      verb 5
      auth-user-pass /conf/credentials.pas
      pull

      I'm running 2.0.1-RELEASE (amd64) on vmware player

      1 Reply Last reply Reply Quote 0
      • First post
        Last post