Forum Discussion

chin_15339's avatar
chin_15339
Icon for Nimbostratus rankNimbostratus
Apr 14, 2017
Solved

2 way ssl not working with open ssl generated certificates

Jan 1 19:13:56 bigip1 warning tmm[11040]: 01260006:4: Peer cert verify error: certificate is not yet valid (depth 0; cert /C=IN/ST=KTK/O=Chase/OU=IT/CN=testing141) Jan 1 19:13:56 bigip1 warning tmm...
  • Kevin_Davies_40's avatar
    Apr 15, 2017

    The problem is Connection error: ssl_shim_vfycerterr:4530: certificate is not yet valid

    If you are seeing this then its likely the time on you BIG-IP needs to synchronised.

    Set a DNS server

    System -> Configuration -> Device -> DNS add 8.8.8.8

    Set an NTP Server

    System -> Configuration -> Device -> NTP add pool.ntp.org

    If the time does not update within a minute check you can reach your DNS server. From the command line

    ping 8.8.8.8
    

    If the system has never been synced before then run the following...

    service ntpd stop
    ntpdate pool.ntp.org
    service ntpd start
    

    This will force time to sync no matter the time difference.