diff --git a/epics/css/isttok.ini b/epics/css/isttok.ini index 89dd6c3..fcf33b4 100644 --- a/epics/css/isttok.ini +++ b/epics/css/isttok.ini @@ -20,10 +20,15 @@ org.phoebus.pv.pva/epics_pva_auto_addr_list=false # Package org.csstudio.archive # ---------------------------- # MySQL DB access -org.csstudio.archive/url=jdbc:mysql://localhost/isttok_archiveDB?rewriteBatchedStatements=true +# org.csstudio.archive/url=jdbc:mysql://localhost/isttok_archiveDB?rewriteBatchedStatements=true +# PostgreSQL: +org.csstudio.archive/url=jdbc:postgresql://db.tecnico.ulisboa.pt:5432/g03155_archive # RDB user and password # Some applications also provide command-line option to override. -org.csstudio.archive/user=isttok +#org.csstudio.archive/user=isttok +# org.csstudio.archive/url=jdbc:mysql://db.tecnico.ulisboa.pt/g03155_isttokDB?rewriteBatchedStatements=true +# Caused by: javax.net.ssl.SSLHandshakeException: The server selected protocol version TLS11 is not accepted by client preferences [TLS13, TLS12] +org.csstudio.archive/user=g03155_archive org.csstudio.archive/password=xxxx